From: Jesse Brandeburg Date: Fri, 17 Jan 2014 19:00:33 +0000 (-0800) Subject: net: add vxlan description X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~7273^2~67 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=ead5139aa10d7df970f66a291bf450966ae7b748;p=linux-4.9.git net: add vxlan description Add a description to the vxlan module, helping save the world from the minions of destruction and confusion. Signed-off-by: Jesse Brandeburg CC: Stephen Hemminger Signed-off-by: David S. Miller --- diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index d6ec71f9d2d6..0fa4b9108e82 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c @@ -2775,4 +2775,5 @@ module_exit(vxlan_cleanup_module); MODULE_LICENSE("GPL"); MODULE_VERSION(VXLAN_VERSION); MODULE_AUTHOR("Stephen Hemminger "); +MODULE_DESCRIPTION("Driver for VXLAN encapsulated traffic"); MODULE_ALIAS_RTNL_LINK("vxlan");